GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-05T18:48:06.5217996+00:00",
"SubmitDate": "2026-02-05T18:48:06.5217996+00:00",
"ReportPeriodStart": "2026-02-05T18:48:06.5217996+00:00",
"ReportPeriodEnd": "2026-02-05T18:48:06.5217996+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0e65c197-814a-4dc4-9003-c5671dee6c7f",
"Rows": [
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0e65c197-814a-4dc4-9003-c5671dee6c7f",
"Rows": [
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a1afbb5-557d-4c47-80a1-7f56ae9f22c4",
"a17d6c31-240d-4c71-bf53-d3b2d0f483fc"
],
"Approvers": [
"f75d0d67-e0fb-44c5-87b4-023eecda9a24",
"03ceb6a5-c1cf-4f92-a6cb-1dfda92ea13d"
],
"ApprovedBy": "280af916-c0b0-410e-9232-6bb375dba494",
"ApprovalDate": "2026-02-05T18:48:06.5217996+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6ced789-25bb-43de-94c0-a1ba7c280243",
"id": "67378db3-5fa4-4700-8aff-2719bab4961d",
"ConfigId": "d3753b81-0101-4ca0-930a-dc68f7abf02c"
},
{
"GenerationDate": "2026-02-05T18:48:06.5217996+00:00",
"SubmitDate": "2026-02-05T18:48:06.5217996+00:00",
"ReportPeriodStart": "2026-02-05T18:48:06.5217996+00:00",
"ReportPeriodEnd": "2026-02-05T18:48:06.5217996+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0e65c197-814a-4dc4-9003-c5671dee6c7f",
"Rows": [
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0e65c197-814a-4dc4-9003-c5671dee6c7f",
"Rows": [
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "774e4437-125d-4e50-b610-0a44007cdadb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9a1afbb5-557d-4c47-80a1-7f56ae9f22c4",
"a17d6c31-240d-4c71-bf53-d3b2d0f483fc"
],
"Approvers": [
"f75d0d67-e0fb-44c5-87b4-023eecda9a24",
"03ceb6a5-c1cf-4f92-a6cb-1dfda92ea13d"
],
"ApprovedBy": "280af916-c0b0-410e-9232-6bb375dba494",
"ApprovalDate": "2026-02-05T18:48:06.5217996+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "f6ced789-25bb-43de-94c0-a1ba7c280243",
"id": "67378db3-5fa4-4700-8aff-2719bab4961d",
"ConfigId": "d3753b81-0101-4ca0-930a-dc68f7abf02c"
}
]